![]() |
PATH![]() |
![]() ![]() |
Navigation Services passes one of the constants defined by the NavFilterModes data type to the filterMode parameter of your application-defined filter function to tell your application whether the browser list or one of the navigation option pop-up menus contains the object currently being filtered. For more information, see Filtering File Objects.
enum {
kNavFilteringBrowserList = 0,
kNavFilteringFavorites = 1,
kNavFilteringRecents = 2,
kNavFilteringShortCutVolumes = 3,
kNavFilteringLocationPopup = 4
};
typedef UInt32 NavFilterModes;
Previous | Back Up One Level | Next |